var runtime.mallocScanTable

2 uses

	runtime (current package)
		malloc.go#L1086: 			return mallocScanTable[size](size, typ, needzero)
		malloc_tables_generated.go#L8: var mallocScanTable = [513]func(size uintptr, typ *_type, needzero bool) unsafe.Pointer{